fix docs
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 22 May 2006 19:39:23 +0000 (19:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 22 May 2006 19:39:23 +0000 (19:39 +0000)
ChangeLog
ChangeLog.pre-2-10
gtk/gtkprintoperation.c

index 8df66687e9b5cbb393e55028b515a7bc63a3bf18..4a53e012f2d0eed0ff2ea8efadc59e2fd7d2de0c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprintoperation.c (gtk_print_operation_class_init): 
+       Fix docs.
+
 2006-05-22  Alexander Larsson  <alexl@redhat.com>
 
        * gtk/gtkmain.c:
index 8df66687e9b5cbb393e55028b515a7bc63a3bf18..4a53e012f2d0eed0ff2ea8efadc59e2fd7d2de0c 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-22  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprintoperation.c (gtk_print_operation_class_init): 
+       Fix docs.
+
 2006-05-22  Alexander Larsson  <alexl@redhat.com>
 
        * gtk/gtkmain.c:
index 2f55456036ad341ccdfbc4b51e513186cd7aebfe..8c5fdc6f6e21c0d92c0cd1da9fe44584ea431eab 100644 (file)
@@ -420,7 +420,7 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class)
 
 
   /**
-   * GtkPrintOperation::get-custom-widget:
+   * GtkPrintOperation::create-custom-widget:
    * @operation: the #GtkPrintOperation on which the signal was emitted
    *
    * Gets emitted when displaying the print dialog. If you return a
@@ -434,6 +434,9 @@ gtk_print_operation_class_init (GtkPrintOperationClass *class)
    * on the operation. Then you can read out any information you need
    * from the widgets.
    *
+   * Returns: A custom widget that gets embedded in the print dialog,
+   *          or %NULL
+   *
    * Since: 2.10
    */
   signals[CREATE_CUSTOM_WIDGET] =